footer {
    height: 302px;
    background: #F7F6FF;
    /*border-top: 4px solid #00B2FF;*/
    padding: 36px 0;
    background-image: url(../img/b2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-info {
    display: flex;
    flex-direction: column;
}

.footer-info__copyrights {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #4F4F4F;
    margin-bottom: 26px;
}

.footer-info__phone {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-info__phone .icon-phone-grey {
    width: 18px;
    height: 18px;
    background-image: url("../img/i4.png");
    margin-right: 9px;
}

.footer-info__phone a {
    color: #4F4F4F;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.footer-info__main-phone {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.footer-info__main-phone-icons .icon-rounded-phone {
    width: 24px;
    height: 24px;
    background-image: url("../img/i3.png");
}

.footer-info__main-phone-icons .icon-rounded-phone-active {
    width: 24px;
    height: 24px;
    background-image: url("../img/i2.png");
}

.footer-info__main-phone-icons .icon-rounded-pointer {
    width: 24px;
    height: 24px;
    background-image: url("../img/i1.png");
}

.footer-info__main-phone-number {
    color: #2F80ED;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    border-bottom: 1px dashed #2F80ED;
    margin-left: 12px;
}

.footer-info__address {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #4F4F4F;
    margin-bottom: 70px;
}

.footer-info__privacy-policy a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #00B2FF;
    text-decoration: none;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #00B2FF;
    text-decoration: none;
}

.footer-menu {
}

.footer-menu__title, .footer-catalog__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #E2E0F2;
    margin-bottom: 15px;
    width: 80%;
}

.footer-menu ul {
    /*columns: 2;*/
    /*-webkit-columns: 2;*/
    /*-moz-columns: 2;*/
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    margin-bottom: 40px;
}

.footer-menu ul li {
    margin-right: 20px;
}

.footer-menu img {
    width: 350px;
    display: block;
}